projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5506ff1
)
usb: gadget: Document USBNET_DEVADDR
author
Maxime Ripard
<
[email protected]
>
Tue, 12 Sep 2017 16:32:45 +0000
(18:32 +0200)
committer
Maxime Ripard
<
[email protected]
>
Tue, 3 Oct 2017 17:12:04 +0000
(19:12 +0200)
Add an help about the USBNET_DEVADDR Kconfig option to make it clearer what
it's about.
Acked-by: Ćukasz Majewski <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Signed-off-by: Maxime Ripard <
[email protected]
>
drivers/usb/gadget/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/Kconfig
b/drivers/usb/gadget/Kconfig
index d526269088465acdc471f2f3cd4f8fc537758445..6dc9d177f5ad37f27bf4c546c2d7f9b97bfc6d74 100644
(file)
--- a/
drivers/usb/gadget/Kconfig
+++ b/
drivers/usb/gadget/Kconfig
@@
-124,5
+124,8
@@
endif # USB_GADGET_DOWNLOAD
config USBNET_DEVADDR
string "USB Gadget Ethernet device mac address"
default "de:ad:be:ef:00:01"
+ help
+ Ethernet MAC address of the device-side (ie. local board's) MAC
+ address of the usb_ether interface
endif # USB_GADGET